golang.org/x/tools/internal/pkgbits.Decoder.common (field)

9 uses

	golang.org/x/tools/internal/pkgbits (current package)
		decoder.go#L192: 		common: pr,
		decoder.go#L210: 		common: pr,
		decoder.go#L235: 	common *PkgDecoder
		decoder.go#L306: 	if !r.common.sync {
		decoder.go#L337: 	fmt.Printf("export data desync: package %q, section %v, index %v, offset %v\n", r.common.pkgPath, r.k, r.Idx, pos)
		decoder.go#L341: 		fmt.Printf("\t[stack trace unavailable; recompile package %q with -d=syncframes]\n", r.common.pkgPath)
		decoder.go#L344: 		fmt.Printf("\t%s\n", r.common.StringIdx(r.rawReloc(RelocString, pc)))
		decoder.go#L413: 	return r.common.StringIdx(r.Reloc(RelocString))
		decoder.go#L519: func (w *Decoder) Version() Version { return w.common.version }